Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency elasticsearch to v8.16.0 #5225

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

openverse-bot
Copy link
Collaborator

@openverse-bot openverse-bot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change
elasticsearch packages minor ==8.15.1 -> ==8.16.0
elasticsearch project.dependencies minor ==8.15.1 -> ==8.16.0

Release Notes

elastic/elasticsearch-py (elasticsearch)

v8.16.0: 8.16.0

Compare Source

8.16.0 (2024-11-12)
  • Support Python 3.13 (#​2680)
  • Emit Python warnings for beta and tech preview APIs (#​2675). You can disable those warnings if needed:
    import warnings
    from elasticsearch.exceptions import GeneralAvailabilityWarning
    
    warnings.filterwarnings("ignore", category=GeneralAvailabilityWarning)
  • Vectorstore: use a retriever query for hybrid search (#​2666)
  • Allow retries for statuses other than 429 in streaming bulk (#​2071, contributed by @​ayayron)
  • Make BulkIndexError and ScanError serializable (#​2669, contributed by @​seagrine)
  • Fix import when trace is missing from opentelemetry package (#​2694, contributed by @​nicoloboschi)
  • Update APIs:
    • Fix nodes parameter in Task management API (contributed by @​margaretpearce)
    • Add Test query rule API
    • Add Create Cross-Cluster API key and Update Cross-Cluster API key APIs
    • Add experimental Verify snapshot repository API
    • Add data_stream_name and settings to Delete auto-follow pattern API
    • Add max_samples_per_key to Get async EQL status API
    • Add lifecycle and remove unused data_retention and downsampling parameters from Put data stream lifecycle API
    • Add include_remotes and remove flat_settings from Cluster stats API
    • Add remote_indices to Create or update application privileges and Create or update roles APIs

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@openverse-bot openverse-bot added dependencies Pull requests that update a dependency file 🐍 tech: python Involves Python labels Dec 1, 2024
@openverse-bot openverse-bot requested a review from a team as a code owner December 1, 2024 03:27
@openverse-bot openverse-bot added 💻 aspect: code Concerns the software code in the repository 🟩 priority: low Low priority and doesn't need to be rushed labels Dec 1, 2024
@openverse-bot openverse-bot requested a review from a team as a code owner December 1, 2024 03:27
@openverse-bot openverse-bot added 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🧱 stack: catalog Related to the catalog and Airflow DAGs 🧱 stack: ingestion server Related to the ingestion/data refresh server labels Dec 1, 2024
@openverse-bot openverse-bot requested review from obulat and dhruvkb and removed request for a team December 1, 2024 03:27
@openverse-bot openverse-bot force-pushed the gha-renovateelasticsearch-8.x branch 11 times, most recently from 34a5eaf to 1ecf1fb Compare December 2, 2024 21:37
@dhruvkb
Copy link
Member

dhruvkb commented Dec 2, 2024

The change needed for the checks to pass have been added in commit 8c8f230 on the PR #5232.

Please unblock this PR, rebase onto main and merge once #5232 has been merged.

@dhruvkb dhruvkb added the ⛔ status: blocked Blocked & therefore, not ready for work label Dec 2, 2024
@openverse-bot openverse-bot force-pushed the gha-renovateelasticsearch-8.x branch 4 times, most recently from 48d6a08 to 393b55c Compare December 3, 2024 06:10
@openverse-bot openverse-bot force-pushed the gha-renovateelasticsearch-8.x branch 2 times, most recently from c722c77 to f379b8e Compare December 3, 2024 14:39
@dhruvkb dhruvkb removed the ⛔ status: blocked Blocked & therefore, not ready for work label Dec 4, 2024
@openverse-bot openverse-bot force-pushed the gha-renovateelasticsearch-8.x branch from f379b8e to a05fe7c Compare December 4, 2024 04:40
@dhruvkb dhruvkb merged commit bc3f8cf into main Dec 4, 2024
49 checks passed
@dhruvkb dhruvkb deleted the gha-renovateelasticsearch-8.x branch December 4, 2024 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: catalog Related to the catalog and Airflow DAGs 🧱 stack: ingestion server Related to the ingestion/data refresh server 🐍 tech: python Involves Python
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants